Package com.cisco.pt.ipc.sim
Interface AsaWebvpnUserInfo
- All Superinterfaces:
IPCObject
- All Known Implementing Classes:
AsaWebvpnUserInfoImpl
Information provided by the PKI file:
\class AsaWebvpnUserInfo
\brief AsaWebvpnUserInfo manipulates clientless VPN users on ASA devices.
\example network().getDevice("ASA0").getWebvpnUserManager().getClientlessVpnUserAt(0)
- Author:
- Auto-generated
-
Method Summary
Modifier and TypeMethodDescriptionbooleanaddBookmark(String bookmarkName, String url) Information provided by the PKI file:Information provided by the PKI file:Information provided by the PKI file:Information provided by the PKI file:Information provided by the PKI file:Information provided by the PKI file:voidsetBookmarkName(String title) Information provided by the PKI file:voidsetPolicyName(String name) Information provided by the PKI file:voidsetProfileName(String name) Information provided by the PKI file:voidsetUrlName(String url) Information provided by the PKI file:Methods inherited from interface com.cisco.pt.ipc.IPCObject
getAccessMessage, getClassName, getFactory, getObjectUUID, getPacketTracerSession
-
Method Details
-
addBookmark
Information provided by the PKI file:
\brief Adds a bookmark with the specified name and URL. /param bookmarkName, the title of the bookmark. /param url, the URL of the bookmark. \return bool, true if the bookmark was added successfully, otherwise false.- Parameters:
bookmarkName- Takes in a parameter of bookmarkNameurl- Takes in a parameter of url- Returns:
- boolean Returns a boolean
-
setProfileName
Information provided by the PKI file:
\brief Sets the name of the profile. /param name, the name of the profile.- Parameters:
name- Takes in a parameter of name
-
setPolicyName
Information provided by the PKI file:
\brief Sets the name of the group policy. /param name, the name of the group policy.- Parameters:
name- Takes in a parameter of name
-
setBookmarkName
Information provided by the PKI file:
\brief Sets the title of the bookmark. /param title, the title of the bookmark.- Parameters:
title- Takes in a parameter of title
-
setUrlName
Information provided by the PKI file:
\brief Sets the URL of the bookmark. /param url, the URL of the bookmark.- Parameters:
url- Takes in a parameter of url
-
getUserName
String getUserName()Information provided by the PKI file:
\brief Returns the username of this clientless VPN user. \return string, the username of this clientless VPN user.- Returns:
- String Returns a String
-
getProfileName
String getProfileName()Information provided by the PKI file:
\brief Returns the profile name of this clientless VPN user. \return string, the profile name of this clientless VPN user.- Returns:
- String Returns a String
-
getPolicyName
String getPolicyName()Information provided by the PKI file:
\brief Returns the group policy name of this clientless VPN user. \return string, the group policy name of this clientless VPN user.- Returns:
- String Returns a String
-
getBookmarkName
String getBookmarkName()Information provided by the PKI file:
\brief Returns the title of the bookmark of this clientless VPN user. \return string, the title of the bookmark of this clientless VPN user.- Returns:
- String Returns a String
-
getUrlName
String getUrlName()Information provided by the PKI file:
\brief Returns the URL of the bookmark of this clientless VPN user. \return string, the URL of the bookmark of this clientless VPN user.- Returns:
- String Returns a String
-